Search
ItemCollectionBase(T) Constructor (ItemCollectionBase(T))
See Also
 






Initializes a new instance of the ItemCollectionBase class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ItemCollectionBase<T> (
    ItemCollectionBase<T> prototype
)

Visual Basic  Copy Code

Public New (Of T) ( _
    prototype As ItemCollectionBase(Of T) _
)

 Parameters

prototype

 See Also